@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding-top: 50px;
	padding-bottom: 58px;
}
.header {
	height: 50px;
	z-index: 105;
	top: 0px;
	position: fixed;
}
.header .logo {
	width: 233px;
	height: 36px;
	margin: 7px 0 0 12px;
}
.header .phone{
	display: none;
}
.header .searchBox {
	margin: 0 50px 0 0;
	float: right;
}
.header .searchBox .searchBtn {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/searchBtn.png) no-repeat center;
	float: right;
}
.header .searchBox .searchBar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 199;
	display: none;
	border-radius: 0px;
}
.header .searchBox .searchBar .inpu {
	width: 100%;
	height: 46px;
	padding-right: 50px;
	float: none;
}
.header .searchBox .searchBar .inpu input {
	height: 46px;
	line-height: 46px;
}
.header .searchBox .searchBar .btn {
	width: 50px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.header .menuBtn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menuBtn span {
	width: 28px;
	height: 3px;
	background: #3557a8;
	border-radius: 2px;
	position: absolute;
	left: 12px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menuBtn span.line1 {
	top: 14px;
}
.header .menuBtn span.line3 {
	top: 32px;
}
.nav {
	width: 200px;
	float: right;
	position: fixed;
	left: auto;
	right: -200px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
}
.nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #3557a8;
	text-align: center;
	padding: 20px 0;
}
.nav .wrap > ul > li {
	width: 100%;
	float: none;
	border: none;
}
.nav .wrap > ul > li:hover >a,
.nav .wrap > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border: none;
	border-bottom: solid 1px #ccc;
	color: #575757;
}
.nav .wrap > ul > li span {
	height: 60px;
	line-height: 60px;
}
.nav .wrap > ul > li.on > a span:first-child,
.nav .wrap > ul > li:hover > a span:first-child {
	margin-top: 0px;
}
.nav .wrap > ul > li.on > a {
	border-bottom: solid 1px #3557a8;
}
.nav .wrap > ul > li.on > a span:first-child {
	margin-top: -60px;
}
.nav .wrap > ul > li.on > a::after,
.nav .wrap > ul > li:hover > a::after,
.nav:hover > ul > li > a:hover::after,
.nav:hover > ul > li.on > a::after {
	width: 0;
}
.nav .sub {
	display: none;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
}
.nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.nav .sub li a:hover {
	background: #999;
}
.nav .phone {
	text-align: center;
	display: block;
	margin-top: 30px;
}
.nav .phone a{
	font-family: "Arial";
	font-size: 16px;
	color: #000;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .nav {
	right: 0;
}
.wrapper.shiftLeft .menuBtn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menuBtn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menuBtn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	width: 100%;
	border-top: solid 1px #4363ae;
	border-bottom: solid 1px #4363ae;
	padding: 8px 14px;
	line-height: 20px;
	text-align: center;
}
.footer .r,
.footer .l{
	float: none;
}
.fixedSidebar{
	display: none;
}
.banner .pic1 {
	display: none;
}
.banner .pic2 {
	display: block;
}
.main {
	padding-top: 0px;
}
.main .banner .swiper-pagination {
	bottom: 2px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
	width: 22px;
	height: 2px;
	margin: 0 4px;
}
.main .clients,
.main .news,
.main .about {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 30px auto 0 auto;
	padding: 12px;
	border-left: none;
}
.main .clients:hover,
.main .news:hover,
.main .about:hover {
	background: #f5f5f5;
	box-shadow: 0px 0px 0px 0px #e1e1e1;
}
.main .clients .title .tit,
.main .news .title .tit,
.main .about .title .tit {
	font-size: 22px;
}
.main .clients .title .en,
.main .news .title .en,
.main .about .title .en {
	line-height: 20px;
	font-size: 14px;
}
.main .about .content {
	margin-top: 18px;
}
.main .about .content .pic {
	width: 140px;
}
.main .about .content .text {
	padding-left: 150px;
}
.main .about .content .text .txt{
	height: 96px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	word-break:break-all;
}
.main .about .content .text .more {
	padding-right: 28px;
	margin-top: 10px;
}
.main .about .content .text .more:hover {
	padding-right: 28px;
}
.main .about .btnBox {
	margin-top: 20px;
}
.main .about .btnBox .btn {
	padding: 0 2px;
}
.main .about .btnBox .btn:first-child {
	padding-right: 4px;
	padding-left: 0;
}
.main .about .btnBox .btn:last-child {
	padding-left: 4px;
	padding-right: 0;
}
.main .about .btnBox .btn a {
	height: 40px;
	line-height: 40px;
}
.main .about .btnBox .btn a:hover {
	background: #7f7f7f;
}
.main .news .newsList {
	margin-top: 20px;
}
.main .news .newsList li {
	margin-bottom: 20px;
}
.main .news .newsList li a:hover .date {
	background: #7f7f7f;
}
.main .news .newsList li a:hover .tit {
	color: #333333;
}
.main .clients .more,
.main .news .more {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	background-position: right 20px center;
	margin: 26px auto 0 auto;
}
.main .clients .more:hover,
.main .news .more:hover {
	background-color: #7f7f7f;
	background-position: right 20px center;
}
.main .clients {
	padding: 12px 4px;
	margin-bottom: 30px;
}
.main .clients .clientsList {
	margin-top: 20px;
}
.main .clients .clientsList li {
	width: 50%;
	padding: 0 5px;
}
.main .clients .clientsList li .txt {
	display: none;
}
.main .clients .more {
	margin: 10px auto 0 auto;
}
.container {
	padding-top: 0px;
}
.container .columnMenu {
	height: 50px;
	padding: 0 14px;
	box-sizing: border-box;
	position: relative;
}
.container .columnMenu .crumbs span {
	line-height: 50px;
}
.container .columnMenu .crumbs span a:hover {
	color: #333333;
}
.container .columnMenu .menu{
	position: absolute;
	right: 10px;
	top: 0;
	background: #f8f8f8;
}
.container .columnMenu .menu .tit {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	background: url(../images/arrow5.png) no-repeat right 0 center;
	padding-right: 20px;
}
.container .columnMenu .menu ul{
	display: none;
	position: absolute;
	min-width: 100%;
	width: auto;
	right: 0;
	top: 50px;
	z-index: 90;
	background: #eee;
}
.container .columnMenu .menu ul li {
	width: auto;
	min-width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: 0;
	white-space: normal;
}
.container .columnMenu .menu ul li a {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: solid 1px #aaa;
	padding: 0 10px;
	white-space: nowrap;
	display: block;
}
.container .columnMenu .menu ul li a:hover {
	color: #333333;
}
.container .columnMenu .menu ul li.on a {
	color: #3557a8;
	border-bottom: solid 1px #3557a8;
}
.container .paging {
	margin-top: 20px;
}
.container .paging ul li {
	margin: 0 4px;
	line-height: 38px;
}
.container .paging ul li a:hover,
.container .paging ul li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	display: block;
	border: solid 1px #e6e6e6;
}
.container .paging ul li.txt,
.container .paging ul li.next,
.container .paging ul li.prev,
.container .paging ul li.home{
	display: none;
}
.productPage {
	padding: 30px 14px;
}
.productPage .productList{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.productPage .productList li {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 4px 0 0;
	box-sizing: border-box;
}
.productPage .productList li:nth-child(even) {
	padding: 0 0 0 4px;
}
.productPage .productList li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.productPage .productList li .pic {
	height: auto;
}
.productPage .productList li .pic .filter {
	display: none;
}
.productPage .productList li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 10px;
	padding: 0 5px;
}
.productPage .productList li .txt {
	padding: 0 5px;
	line-height: 20px;
	height: 40px;
	font-size: 12px;
	margin: 10px 0;
}
.productPage .introduction{
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}
.productPage .introduction .photo {
	width: 100%;
}
.productPage .introduction .photo #gallery {
	height: auto;
}
.productPage .introduction .photo #gallery .swiper-button-next,
.productPage .introduction .photo #gallery .swiper-button-prev {
	left: 10px;
	background-size: 100% auto;
}
.productPage .introduction .photo #gallery .swiper-button-prev:hover {
	background-image: url(../images/arrow6.png);
}
.productPage .introduction .photo #gallery .swiper-button-next {
	left: auto;
	right: 10px;
}
.productPage .introduction .photo #gallery .swiper-button-next:hover {
	background-image: url(../images/arrow7.png);
}
.productPage .introduction .photo #thumbs {
	margin-top: 10px;
}
.productPage .introduction .info {
	width: 100%;
	margin-top: 30px;
}
.productPage .introduction .info .title {
	line-height: 30px;
	font-size: 22px;
}
.productPage .introduction .info .line {
	margin: 20px 0;
}
.productPage .introduction .info .conten {
	min-height: auto;
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 20px;
}
.productPage .introduction .info .contact {
	margin-top: 20px;
}
.productPage .introduction .info .contact:hover {
	background: #3557a8;
}
.productPage .details {
	margin-top: 30px;
}
.productPage .details .title span {
	font-size: 20px;
}
.productPage .details .article {
	padding: 20px 0;
}
.newsPage{
	padding: 30px 0;
}
.newsPage .newsList{
	padding: 0 14px;
	box-sizing: border-box;
}
.newsPage .newsList li a:hover{
	box-shadow: 0px 0px 0px 0px #eee;
	background-position: right 45px center;
}
.newsPage .newsList li a:hover .pic{
	margin-left: 14px;
}
.newsPage .newsList li a:hover .text{
	padding: 0 170px 0 314px;
}
.newsPage .newsList li a:hover .tit{
	color: #333333;
}
@media only screen and (max-width: 1000px){
	.newsPage .newsList li a:hover,
	.newsPage .newsList li a{
		padding: 10px 0;
		background-position: right 0px center;
	}
	.newsPage .newsList li .pic{
		width: 264px;
		height: 140px;
	}
	.newsPage .newsList li .text{
		padding: 0 60px 0 284px;
	}
}
@media only screen and (max-width: 800px){
	.newsPage .newsList li a{
		background: none;
	}
	.newsPage .newsList li .pic{
		width: 180px;
		height: 95px;
	}
	.newsPage .newsList li .text{
		padding: 0 0 0 196px;
	}
	.newsPage .newsList li .tit{
		height: 20px;
		line-height: 20px;
		font-size:16px;
	}
	.newsPage .newsList li .info{
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin-top: 5px;
	}
	.newsPage .newsList li .info span{
		margin-right: 15px;
	}
	.newsPage .newsList li .txt{
		height: 44px;
		line-height: 22px;
		-webkit-line-clamp:2;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 500px){
	.newsPage .newsList li .pic{
		width: 150px;
		height: 80px;
	}
	.newsPage .newsList li .text{
		padding: 0 0 0 162px;
	}
	.newsPage .newsList li .tit{
		height: 18px;
		line-height: 18px;
		font-size:14px;
	}
	.newsPage .newsList li .info{
		height: 32px;
		line-height: 16px;
		margin-top: 2px;
	}
	.newsPage .newsList li .info span{
		display: block;
	}
	.newsPage .newsList li .txt{
		height: 20px;
		line-height: 20px;
		-webkit-line-clamp:1;
		margin-top: 5px;
	}
}
.newsPage .newsDetails{
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
.newsPage .newsDetails .title{
	padding: 20px 0;
}
.newsPage .newsDetails .title .info{
	margin-top: 10px;
}
.newsPage .newsDetails .article{
	padding: 30px 0;
}
@media only screen and (max-width: 600px){
	.newsPage .newsDetails{
		padding: 0 14px 20px 14px;
		box-sizing: border-box;
	}
	.newsPage .newsDetails .title{
		padding: 10px 0;
	}
	.newsPage .newsDetails .title .tit{
		line-height: 22px;
		font-size: 18px;
	}
	.newsPage .newsDetails .title .info{
		line-height: 20px;
		font-size: 12px;
		margin-top: 5px;
	}
	.newsPage .newsDetails .title .info span{
		padding: 0 10px;
		background-size: 1px 10px;
	}
	.newsPage .newsDetails .article{
		padding: 10px 0;
	}
}
.aboutPage {
	padding: 20px 14px;
	box-sizing: border-box;
}
.aboutPage .pic {
	max-width: 600px;
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 auto;
}
.aboutPage .text {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 30px auto 0 auto;
}
.aboutPage .text .title {
	font-size: 20px;
	color: #3557a8;
	font-weight: bold;
}
.aboutPage .text .article {
	margin-top: 20px;
	line-height: 28px;
	font-size: 16px;
}







.aboutPage .honorBox {
	margin-top: 20px;
}
.aboutPage .honorBox .honorList {
	margin-bottom: 20px;
}
.aboutPage .honorBox .honorList figure {
	width: 33.333%;
	margin: 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.aboutPage .honorBox .honorList figure:nth-child(even){
	padding: 0 0 0 5px;
}
.aboutPage .honorBox .honorList figure a:hover ,
.aboutPage .honorBox .honorList figure a {
	padding: 10px 10px 30px 10px;
	background-position: left 10px bottom 10px;
}
.aboutPage .honorBox .honorList figure a:hover .line::after {
	width: 0%;
}
.aboutPage .honorBox .honorList figure .pic {
	height: auto;
}
.aboutPage .honorBox .honorList figure .tit {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-top: 0px;
}
.aboutPage .honorBox .honorList figure .line::after {
	display: none;
}
@media only screen and (max-width: 600px){
	.aboutPage .honorBox .honorList figure {
		width: 50%;
	}
}

.recruitmentPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.recruitmentPage .recruitmentList .title {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.recruitmentPage .recruitmentList li.on .top,
.recruitmentPage .recruitmentList li .top {
	height: auto;
	line-height: 20px;
	font-size: 14px;
	background: none;
	padding: 10px 0;
}
.recruitmentPage .recruitmentList li .top span{
	display: inline-block;
}
.recruitmentPage .recruitmentList li .text {
	padding: 12px;
	line-height: 24px;
	font-size: 14px;
}
.clientsPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.clientsPage .introduction {
	padding: 20px 16px;
}
.clientsPage .introduction .title {
	font-size: 20px;
}
.clientsPage .introduction .txt {
	margin-top: 14px;
}
.clientsPage .clientsList {
	margin-top: 30px;
}
.clientsPage .clientsList li {
	width: 33.333%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.clientsPage .clientsList li .txt {
	display: none;
}
@media only screen and (max-width: 1200px){
	.clientsPage .clientsList li {
		width: 50%;
		margin: 0 0 10px 0;
		padding: 0 5px 0 0;
		box-sizing: border-box;
	}
	.clientsPage .clientsList li:nth-child(even){
		padding: 0 0 0 5px;
	}
}
.contactPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.contactPage #allmap {
	max-width: 580px;
	width: 100%;
	height: 300px;
	float: none;
	margin: 0 auto;
}
.contactPage .contact {
	max-width: 580px;
	width: 100%;
	float: none;
	margin: 24px auto 0 auto;
}
.contactPage .contact .title {
	font-size: 22px;
}
.contactPage .contact .line {
	margin: 16px 0;
}
.contactPage .contact .text {
	line-height: 24px;
	font-size: 14px;
}
.contactPage .contact .text p {
	margin-bottom: 10px;
}





















}/*手机版css*/
